home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12103 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  891 b 

  1. Path: chip.ucdavis.edu!not-for-mail
  2. From: ez040297@chip.ucdavis.edu (Adam Spragg)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: microsecond delay
  5. Date: 29 Mar 1996 03:53:17 GMT
  6. Organization: University of California, Davis
  7. Message-ID: <4jfmrd$sec@mark.ucdavis.edu>
  8. References: <14546@828046609>
  9. NNTP-Posting-Host: chip.ucdavis.edu
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. dan j (djacobso@cs.indiana.edu) wrote:
  13. : Is there any way effect delays in miliseconds without resorting to
  14. : loops?
  15.  
  16. Depending on the compiler, there may be a delay(int milliseconds) 
  17. function...  at least, there is one for Borland C++ 3.1...  Unfortunatly, 
  18. I don't have it here to see how it's done...  I'm sure you could just 
  19. find the cos of something a few times... but you didn't want to do 
  20. that... hrm...
  21.  
  22.  
  23. -- 
  24. Adam Spragg
  25. atspragg@ucdavis.edu
  26. Got some time?  Why not visit <http://wwwcsif.cs.ucdavis.edu/~spragg>?
  27.